chore(deps): update ghas github actions update (major) and replace deprecated docker version to default in circleci #26
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes updates to the CI/CD configuration files to use the latest versions of Docker and GitHub Actions. The most important changes include updating the Docker image version in CircleCI configuration and upgrading the GitHub Actions used in the CodeQL analysis workflow.
Updates to CircleCI configuration:
.circleci/config.yml
: Changed the Docker image version todeliveroo/circleci:4
and set the Docker version todefault
. [1] [2]Upgrades to GitHub Actions:
.github/workflows/codeql-analysis.yml
: Updated theactions/checkout
action to version 4..github/workflows/codeql-analysis.yml
: Updated thegithub/codeql-action/init
action to version 3..github/workflows/codeql-analysis.yml
: Updated thegithub/codeql-action/autobuild
action to version 3..github/workflows/codeql-analysis.yml
: Updated thegithub/codeql-action/analyze
action to version 3.This PR contains the following updates:
v3
->v4
v2
->v3
Release Notes
actions/checkout (actions/checkout)
v4
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946github/codeql-action (github/codeql-action)
v3
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.